3.234 \(\int (d+e x) (b x+c x^2)^2 \, dx\)

Optimal. Leaf size=55 \[ \frac {1}{3} b^2 d x^3+\frac {1}{5} c x^5 (2 b e+c d)+\frac {1}{4} b x^4 (b e+2 c d)+\frac {1}{6} c^2 e x^6 \]

[Out]

1/3*b^2*d*x^3+1/4*b*(b*e+2*c*d)*x^4+1/5*c*(2*b*e+c*d)*x^5+1/6*c^2*e*x^6

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 55, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.059, Rules used = {631} \[ \frac {1}{3} b^2 d x^3+\frac {1}{5} c x^5 (2 b e+c d)+\frac {1}{4} b x^4 (b e+2 c d)+\frac {1}{6} c^2 e x^6 \]

Antiderivative was successfully verified.

[In]

Int[(d + e*x)*(b*x + c*x^2)^2,x]

[Out]

(b^2*d*x^3)/3 + (b*(2*c*d + b*e)*x^4)/4 + (c*(c*d + 2*b*e)*x^5)/5 + (c^2*e*x^6)/6

Rule 631

Int[((d_.) + (e_.)*(x_))*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[ExpandIntegrand[(d + e*x)
*(a + b*x + c*x^2)^p, x], x] /; FreeQ[{a, b, c, d, e}, x] && NeQ[2*c*d - b*e, 0] && IntegerQ[p] && (GtQ[p, 0]
|| EqQ[a, 0])

Rubi steps

\begin {align*} \int (d+e x) \left (b x+c x^2\right )^2 \, dx &=\int \left (b^2 d x^2+b (2 c d+b e) x^3+c (c d+2 b e) x^4+c^2 e x^5\right ) \, dx\\ &=\frac {1}{3} b^2 d x^3+\frac {1}{4} b (2 c d+b e) x^4+\frac {1}{5} c (c d+2 b e) x^5+\frac {1}{6} c^2 e x^6\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 50, normalized size = 0.91 \[ \frac {1}{60} x^3 \left (5 b^2 (4 d+3 e x)+6 b c x (5 d+4 e x)+2 c^2 x^2 (6 d+5 e x)\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[(d + e*x)*(b*x + c*x^2)^2,x]

[Out]

(x^3*(5*b^2*(4*d + 3*e*x) + 6*b*c*x*(5*d + 4*e*x) + 2*c^2*x^2*(6*d + 5*e*x)))/60

________________________________________________________________________________________

fricas [A]  time = 0.81, size = 53, normalized size = 0.96 \[ \frac {1}{6} x^{6} e c^{2} + \frac {1}{5} x^{5} d c^{2} + \frac {2}{5} x^{5} e c b + \frac {1}{2} x^{4} d c b + \frac {1}{4} x^{4} e b^{2} + \frac {1}{3} x^{3} d b^{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)*(c*x^2+b*x)^2,x, algorithm="fricas")

[Out]

1/6*x^6*e*c^2 + 1/5*x^5*d*c^2 + 2/5*x^5*e*c*b + 1/2*x^4*d*c*b + 1/4*x^4*e*b^2 + 1/3*x^3*d*b^2

________________________________________________________________________________________

giac [A]  time = 0.15, size = 56, normalized size = 1.02 \[ \frac {1}{6} \, c^{2} x^{6} e + \frac {1}{5} \, c^{2} d x^{5} + \frac {2}{5} \, b c x^{5} e + \frac {1}{2} \, b c d x^{4} + \frac {1}{4} \, b^{2} x^{4} e + \frac {1}{3} \, b^{2} d x^{3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)*(c*x^2+b*x)^2,x, algorithm="giac")

[Out]

1/6*c^2*x^6*e + 1/5*c^2*d*x^5 + 2/5*b*c*x^5*e + 1/2*b*c*d*x^4 + 1/4*b^2*x^4*e + 1/3*b^2*d*x^3

________________________________________________________________________________________

maple [A]  time = 0.03, size = 52, normalized size = 0.95 \[ \frac {c^{2} e \,x^{6}}{6}+\frac {b^{2} d \,x^{3}}{3}+\frac {\left (2 b c e +d \,c^{2}\right ) x^{5}}{5}+\frac {\left (e \,b^{2}+2 b c d \right ) x^{4}}{4} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((e*x+d)*(c*x^2+b*x)^2,x)

[Out]

1/6*c^2*e*x^6+1/5*(2*b*c*e+c^2*d)*x^5+1/4*(b^2*e+2*b*c*d)*x^4+1/3*b^2*d*x^3

________________________________________________________________________________________

maxima [A]  time = 1.34, size = 51, normalized size = 0.93 \[ \frac {1}{6} \, c^{2} e x^{6} + \frac {1}{3} \, b^{2} d x^{3} + \frac {1}{5} \, {\left (c^{2} d + 2 \, b c e\right )} x^{5} + \frac {1}{4} \, {\left (2 \, b c d + b^{2} e\right )} x^{4} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)*(c*x^2+b*x)^2,x, algorithm="maxima")

[Out]

1/6*c^2*e*x^6 + 1/3*b^2*d*x^3 + 1/5*(c^2*d + 2*b*c*e)*x^5 + 1/4*(2*b*c*d + b^2*e)*x^4

________________________________________________________________________________________

mupad [B]  time = 0.05, size = 51, normalized size = 0.93 \[ x^4\,\left (\frac {e\,b^2}{4}+\frac {c\,d\,b}{2}\right )+x^5\,\left (\frac {d\,c^2}{5}+\frac {2\,b\,e\,c}{5}\right )+\frac {b^2\,d\,x^3}{3}+\frac {c^2\,e\,x^6}{6} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x + c*x^2)^2*(d + e*x),x)

[Out]

x^4*((b^2*e)/4 + (b*c*d)/2) + x^5*((c^2*d)/5 + (2*b*c*e)/5) + (b^2*d*x^3)/3 + (c^2*e*x^6)/6

________________________________________________________________________________________

sympy [A]  time = 0.08, size = 54, normalized size = 0.98 \[ \frac {b^{2} d x^{3}}{3} + \frac {c^{2} e x^{6}}{6} + x^{5} \left (\frac {2 b c e}{5} + \frac {c^{2} d}{5}\right ) + x^{4} \left (\frac {b^{2} e}{4} + \frac {b c d}{2}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)*(c*x**2+b*x)**2,x)

[Out]

b**2*d*x**3/3 + c**2*e*x**6/6 + x**5*(2*b*c*e/5 + c**2*d/5) + x**4*(b**2*e/4 + b*c*d/2)

________________________________________________________________________________________